

.weight-bars:empty {
    display: none;
}

.weight-bars {
    display: flex;
    gap: 1px;
    /* height: 1.5rem; */
    font-size: 18px;
    height: 0.8em;
    width: 0.7em;
    background: white;
    border-radius: 3px;
    border: 1px solid var(--color-border);
    padding: 1px;
    /* margin-left: 5px; */
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
}

 /*   .weight-bars div {
        flex: 0 0 20%;
        background: #e1e1fd;
        height: 0.4rem;
        cursor: pointer;
    }*/

    .weight-bars > * {
        background: var(--color-accent);
        display: inline-block;
        height: calc( 33% - 1px);
        flex: 0 1 33%;
        border-radius: 3px;
        width: 100%;
    }

   

        .weight-bars div.on {
            background: var(--color-primary);
        }

            .weight-bars div.on:last-child {
                border-left: 1px solid white;
            }

      /*  .weight-bars div:hover {
            background: #9f2c67;
        }*/


.weight-bars.big{
    font-size: 30px;
    padding: 1px;
}
 /*   .weight-bars.big > * {
        width: 0.16em;
    }*/